projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c45719
)
Ooopsy. Errors in testo really _should_ be fatal.
author
robertl
<robertl>
Mon, 17 Apr 2006 19:46:16 +0000
(19:46 +0000)
committer
robertl
<robertl>
Mon, 17 Apr 2006 19:46:16 +0000
(19:46 +0000)
testo
patch
|
blob
|
history
diff --git
a/testo
b/testo
index bd7729a70f0024bd414c33ffa228924d4bb344ec..9dc778743bbe89a00d357251991b13bde892b2d6 100755
(executable)
--- a/
testo
+++ b/
testo
@@
-30,7
+30,7
@@
compare()
{
${DIFF} $* || {
echo ERROR comparing $*
-
#
exit 1
+
exit 1
}
}